.news-item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ececec;
}
.news-item:last-child {
    border-bottom: none;
}
.news-item-title {
    float: left;
    font-size: 16px;
}
.news-item-date {
    float: right;
    font-size: 14px;
    color: #999999;
}
.promo-banner {
    width: 100%;
}
